stylecontext: update_animating() properly
authorBenjamin Otte <otte@redhat.com>
Tue, 6 Jan 2015 11:08:49 +0000 (12:08 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 7 Jan 2015 13:26:48 +0000 (14:26 +0100)
commit266408254960048a1be4f773e3526dd046ed3d34
tree9c68838e8ac23a7db348e7d4325ba89ebc34e507
parent059cd3e51f254153ce9b3b79fbb1a566a66ed3f1
stylecontext: update_animating() properly

Because we can switch from animating to non-animating pretty much
anywhere, do the check for animations unconditionally instead of trying
to cram it into the correct if path (and failing).
gtk/gtkstylecontext.c